Cleaning and Shaping Data with Node.js

Cleaning and shaping your raw data

Once you have some raw data, you may find you need to do some work to get it into the right shape for your target application. For example you may need to deal with missing values, remove some irrelevant data, add additional data, reshape the table, etc. This worksheet takes you through a number of techniques.


Source Code

The source code for these examples can be found here:

Source Code

Read the README.md for further information about how to use the samples.